home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 551 / edhak / readme22.dem < prev   
Encoding:
Text File  |  1991-09-10  |  6.5 KB  |  146 lines

  1. EdHak Version 2.2 DEMO       10 Sep 1991 (v 2.21)
  2. ----------------------------------------
  3.  
  4. This demo version of EdHak 2.2 is fully functional except that it will not
  5. let you save anything from the edit buffer to a file or to disk sectors.
  6. It can still be used for viewing any kind of files (even larger than
  7. your RAM), viewing any area of RAM, and viewing disk sectors.  It can be
  8. run as either an ACC or PRG just by renaming it.   For those of you who
  9. call Compuserve, it is fully functional as an on-line editor for
  10. Compuserve messages when used in conjunction with the soon to be
  11. released version of QuickCIS by Jim Ness.
  12.  
  13. Rather than let yourself get frustrated at not being able to save files
  14. to disk, just take a minute and order the real version.  The price is
  15. $18.95 including shipping in the US.  Outside the US add $3.00 for
  16. shipping.  Inside Michigan, add 4% sales tax (76 cents).  Checks, VISA,
  17. and Mastercard are welcome.  On credit card orders include your card
  18. type (Visa or MC), card number, and expiration date.  On all orders be
  19. sure to include your name and address.  Ordering directly from Clear
  20. Thinking means that you are automatically registered and don't need to
  21. bother with any registration card.  You can order by mail, e-mail, or
  22. phone.  Feel free to include any suggested improvements or even bug
  23. reports.
  24.  
  25. Clear Thinking
  26. P.O. Box 715
  27. Ann Arbor, MI  48105
  28. USA
  29. (313) 971-8671
  30.  
  31. For e-mail orders:
  32. GEnie:       C.HARVEY
  33. CompuServe:  73047,600
  34. Clear Thinking BBS: (313) 971-6035
  35.  
  36. If you use either GEnie or Compuserve, you might want to include your
  37. e-mail address so update notifications can be done that way.  Otherwise,
  38. postcards are used for update notification.  Updates are just $5.00 to
  39. registered users.
  40.  
  41.  
  42. EdHak version 2.21  10 Sep 1991
  43. ------------------
  44. 1)  New command:  Hitting the Delete or Backspace key when a block is
  45. highlighted deletes that block, just like F4 would do.  This performs a
  46. cut into the paste buffer.  This fixes a bug introduced in version 2.20
  47. that would cause a crash under these conditions.
  48.  
  49. 2)  Fixed a small bug that kept the screen from redrawing after a
  50. Replace operation in which no matches were found.
  51.  
  52.  
  53. EdHak version 2.20  05 Sep 1991
  54. ------------------
  55. 1)  Version 2.20 is finally a fully TT compatible version (ALL ST & TT
  56. resolutions).  The internal text display method is totally different
  57. from prior versions of EdHak, but in most respects it displays text at
  58. about the same speed as old versions.  However, when using QuickST or
  59. TurboST the display is much faster than it ever has been, since now
  60. it can take full advantage of those speedup utilities.
  61.  
  62. 2)  This version adds an interface for use by other programmers to allow
  63. FAST transfer of text directly between EdHak and their application.  The
  64. version of "QuickCIS" by Jim Ness to be released in September 1991 will
  65. be the first to make use of this interface.  This will allow users who
  66. have both EdHak and QuickCIS to use EdHak as the text editor within
  67. QuickCIS for composing messages on CompuServe without having to use any
  68. intermediate disk files.
  69.  
  70. Of course, EdHak itself can also make use of this feature if you find a
  71. need for it.  Just name the ACC version EDHAK.ACC and load it as you
  72. would load any ACC (i.e., reboot with it on your boot drive, or
  73. load it into something like MultiDesk).  Then if you run EdHak as a
  74. PRG and type Alt-A, you will automatically open up EDHAK.ACC and
  75. transfer anything from the PRG buffer into the ACC buffer.  Then when
  76. you close the ACC window, the contents of the ACC buffer will
  77. automatically transfer back into the PRG buffer.  If a block had been
  78. selected in the ACC, only that block will be transferred back to the
  79. PRG.  To have more control over what happens, you might prefer just
  80. saving the buffer or block to a disk file and merging from there or
  81. using the Kwiksend (Alt-K) command described below to send a block from
  82. ACC to be inserted in the PRG buffer without altering whatever might
  83. already be in the PRG buffer.
  84.  
  85. 3)  The print and upload routines have been cleaned up a bit to allow
  86. easier restarting if the printer is off-line at the beginning and to
  87. allow aborting a printout at any time by hitting the Escape or Undo key.
  88.  
  89. 4)  The Kwiksend (Alt-K) command now handles the sending of carriage
  90. returns better.  Instead of simply sending the carriage return followed
  91. by the linefeed character, it now sends the keycode corresponding to a
  92. Return keypress, since some receiving applications were not able to
  93. properly decipher the separate CR/LF characters.
  94.  
  95. 5)  The keypad Enter key now responds exactly the same as the Return
  96. key.
  97.  
  98. 6)  Hitting Backspace when a block is highlighted now deletes that block
  99. (i.e., cuts it into the paste buffer just as F4 does).
  100.  
  101.  
  102. Following are the major added features since version 2.0 and the
  103. associated commands.
  104.  
  105. 1)  Version 2.1 introduced unlimited buffer size, rather than the 64K
  106. limit of earlier versions.  As before, this is adjusted in the New
  107. Config dialog, and needs to be saved to the ACC or PRG file named
  108. specifically EDHAK220.ACC or EDHAK220.PRG.  After saving the desired
  109. buffer size, you may name it anything else you like, such as EDHAK.ACC.
  110.  
  111. 2)  Version 2.13 introduced the "Kwiksend" feature (Alt-K), which is a
  112. way to send a block (any size) of text from EdHak running as an ACC to
  113. any other open application or accessory that can accept text input from
  114. the keyboard, without having to save it to an intermediate disk file. 
  115. By using the keyboard buffer, your other application or accessory
  116. receives the text just as if you typed in the characters.  This is not
  117. yet available from a menu command, just from the keyboard Alt-K command.
  118.  
  119. 3)  Version 2.05 was the first to be compatible with large screen
  120. devices such as the Moniterm monitor or emulators such as MonSTEr by
  121. Darek Mihocka.
  122.  
  123.  
  124. Last Words
  125. ----------
  126. And now for the disclaimer:  This software and documentation have no
  127. warranty of anything (unless of course the disk or a file on it is bad, in
  128. which case I will gladly provide a replacement).  You use it at your own
  129. risk.   Since it can not possibly be checked out with every hardware and
  130. software combination in existence, we can only offer to try to fix any
  131. bugs that you find and report.
  132.  
  133. EdHak and Diary copyright (c) 1990, 1991 by:
  134.  
  135. Clear Thinking
  136. Author: Craig Harvey
  137.  
  138. GEnie:  c.harvey  (EdHak support area is CAT 2, Topic 40 of ST Roundtable)
  139. CompuServe: 73047,600
  140. Clear Thinking BBS: (313) 971-6035
  141.  
  142. Clear Thinking
  143. P.O. Box 715
  144. Ann Arbor, MI  48105
  145. USA
  146.